Skip to content

コマンド型生成ディレクトリ#25

Merged
wato787 merged 1 commit intomainfrom
cursor/-bc-19708491-0c15-4575-9c9a-59d726c7115b-5776
Feb 23, 2026
Merged

コマンド型生成ディレクトリ#25
wato787 merged 1 commit intomainfrom
cursor/-bc-19708491-0c15-4575-9c9a-59d726c7115b-5776

Conversation

@wato787
Copy link
Owner

@wato787 wato787 commented Feb 23, 2026

概要

  • フォルダ構成をコマンド名に合わせるリファクタリングを実施します。

背景 / 目的

  • gen-types コマンド関連ファイルを generate/types/ 配下に集約し、可読性と保守性を向上させるため。

変更内容

  • src/commands/gen-types/* の実装ファイルを src/commands/generate/types/* へ移動。
  • src/commands/__tests__/gen-types/*.test.ts のテストファイルを src/commands/generate/types/__tests__/*.test.ts へ移動。
  • エントリポイント (src/index.ts) の import パスを更新。

動作確認

  • bun run build (または npm run build)
  • npm run build を実行し、ビルドが成功することを確認しました。
  • bun test は環境の都合上実行できませんでした。

影響範囲

  • ユーザー影響: なし (コマンドの動作に変更はありません)
  • 開発者影響: 既存の gen-types 関連ファイルのパスが変わるため、直接参照している場合は修正が必要です。
  • 後方互換性: なし (内部的なファイルパスの変更のみです)

補足

  • 特にありません。

Open in Web Open in Cursor 

Co-authored-by: Ryusei Sugita <wato787@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 23, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@wato787 wato787 marked this pull request as ready for review February 23, 2026 01:29
@wato787 wato787 merged commit 080ce48 into main Feb 23, 2026
2 checks passed
@wato787 wato787 deleted the cursor/-bc-19708491-0c15-4575-9c9a-59d726c7115b-5776 branch February 23, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants